div,ul,li {list-style-type: none; }
a:focus,input,button,select,swal2-close{
    outline:none!important;
}

a,a:hover {
    transition: all .3s;
    text-decoration: none !important;
}

img[data-src][src*='data:image'] {
    background: rgba(0, 0, 0, 0.1);
}



img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
}

*+.uk-h1,
*+.uk-h2,
*+.uk-h3,
*+.uk-h4,
*+.uk-h5,
*+.uk-h6,
*+.uk-heading-2xlarge,
*+.uk-heading-large,
*+.uk-heading-medium,
*+.uk-heading-small,
*+.uk-heading-xlarge,
*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
    margin: 15px 0 0 0;
}

.logo {
    height: 37px !important;
}

.logo img {
    box-shadow: -3px 2px 10px -2px #2c63ff;
}

.logo img:hover {
    box-shadow: 0px 5px 10px -2px #2c63ff;
    transform: translateY(-5px);
}


.uk-h2,
h2 {
    font-size: 1.5rem;
    line-height: 1.7;
}
/**/

.uk-hr,
hr {
    border-top: 1px solid #f2f2f2;
}

*+.uk-hr,
*+hr {
    margin-top: 15px;
}

.uk-catbg {
    background-image: url(../images/catbg.jpg);
}

.uk-grid-column-small,
.uk-grid-small {
    margin-left: -15px;
}

.uk-grid-column-small>*,
.uk-grid-small>* {
    padding-left: 15px;
}

.uk-grid-small>.uk-grid-margin {
    margin-top: 30px;
}

.uk-container {
    max-width: 1390px;
}

#search_form {
    margin: 0 25%;
}

.remember {
    vertical-align: middle;
    margin: 0 !important;
}

.uk-modal-body {
    border-radius: 10px;
}

.uk-modal-body .uk-modal-title {}

.uk-button-green {
    background-color: #5cb85c;
    color: #fff;
    border: 1px solid transparent
}

.uk-button-green:hover,
.uk-button-green:focus {
    background-color: #4cae4c;
    color: #fff
}

.uk-button-green:active,
.uk-button-green.uk-active {
    background-color: #4cae4c;
    color: #fff
}

.uk-button-yellow {
    background-color: #f0ad4e;
    color: #fff;
    border: 1px solid transparent
}

.uk-button-yellow:hover,
.uk-button-yellow:focus {
    background-color: #eea236;
    color: #fff
}

.uk-button-yellow:active,
.uk-button-yellow.uk-active {
    background-color: #eea236;
    color: #fff
}

.uk-button-red {
    background-color: #d9534f;
    color: #fff;
    border: 1px solid transparent
}

.uk-button-red:hover,
.uk-button-red:focus {
    background-color: #d43f3a;
    color: #fff
}

.uk-button-red:active,
.uk-button-red.uk-active {
    background-color: #d43f3a;
    color: #fff
}

.uk-button-default:disabled,
.uk-button-green:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
    background-color: transparent;
    color: #999;
    border-color: #e5e5e5
}



/**/

.uk-index-radius {
    border-radius: 6px;
    border: solid 1px #efefef;
    background: #efefef;
    overflow: hidden;
}
.uk-index-radius img:hover {
    transform: scale(1.08);
}


.uk-index-img-h {
    max-height: 150px;
    overflow: hidden;
}


.uk-overlay-primary2 {
    background: rgba(34, 34, 34, .3) !important;
}
.uk-follow_topic li {
    border-radius: 20px;
    background: #ddd;
    display: inline-block;
    padding: 10px 25px;
    margin: 10px 5px;
}

.uk-follow_topic li a {
    color: #333;
}

.uk-follow_topic li:hover a {
    color: #fff;
}

.uk-follow_topic li:hover {
    background: #333;
    color: #fff;
}

.change-color {
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    -webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    color: #fff !important
}

ul.mytab1204 {
    width: 100%;
    list-style: none;
    overflow-x: auto;
    white-space: nowrap;
}

ul.mytab1204 li {
    display: inline;
    margin-right: 30%;
}



.rotate {
    transition: all .5s
}

.rotate:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.shadow {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1)
}

.b-a {
    border: 1px solid #f2f2f2;
}

.b-b {
    border-bottom: 1px solid #f2f2f2;
}

.b-t {
    border-top: 1px solid #f2f2f2;
}

.b-r-4 {
    border-radius: 4px !important
}

.b-r-10 {
    border-radius: 10px !important
}

.b-r-t-4 {
    border-radius: 4px 4px 0 0 !important
}

.bg-primary {
    background: #2c63ff;
    box-shadow: -3px 2px 10px -2px #2c63ff;
}


/** 头部样式 **/
.navbar {
    height: 68px;
}

.logo {
    margin: 14px 0;
    height: 40px;
    font-size: 24px
}

.logo img {
    max-height: 100%;
    transition: all .3s;
}

.nav {
    flex: 1;
}

.nav>ul>li {
    display: inline-block;
    line-height: 68px;
}

.nav>ul>li>a {
    font-size: 15px;
    text-transform: none;
    padding: 0;
    margin: 0 15px;
    color: #222;
    line-height: 68px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Nunito Sans';
    text-decoration: none;
    color: #1c1c1c;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    position: relative;
    z-index: 1;
}

.nav>ul>li>a:hover {
    color: #2c63ff;
}

.nav>ul .uk-active>a {
    color: #222;
    position: relative;
}

.nav>ul>.uk-active>a::before {
    content: '';
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    z-index: 10;
    box-shadow: 0px -1px 7px -1px #2c63ff;
    border-radius: 8px;
}

.nav>ul>li>a::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    height: 4px;
    background-color: transparent;
    transition: .24s ease-in-out;
    transition-property: background-color, border-color, box-shadow, height, right;
    left: 0px;
    right: 100%;
    box-shadow: 0px -1px 7px -1px #2c63ff;
    border-radius: 8px;
}

.nav>ul>li:hover>a::before,
.nav>ul>li>a:focus::before {
    right: 0px;
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    box-shadow: 0px -1px 7px -1px #2c63ff;
    border-radius: 8px;
}

/*下拉一级菜单后面的倒三角*/
nav ul li a.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .286rem;
    content: '';
    vertical-align: middle;
    border-top: .286rem solid;
    border-right: .286rem solid transparent;
    border-left: .286rem solid transparent;
    margin-right: 0;
    margin-left: .3em;
    transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

nav ul li:hover a.dropdown-toggle:after {
    transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

/*下拉一级菜单后面的倒三角*/


/*下拉二级后图标*/
.uk-nav-parent-icon li {
    line-height: 25px;
    text-align: left;
    font-size: 14px;
}

.uk-nav-parent-icon>.uk-parent>a,
.uk-nav-parent-icon>.uk-parent {
    transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.uk-nav-parent-icon>.uk-parent>a::after {
    background-image: none !important;
    content: "\f053";
    /*大箭头*/
    content: "\f104";
    /*小箭头*/
    display: inline-block;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.uk-nav-parent-icon>.uk-parent.uk-open>a::after {
    background-image: none;
    content: "\f078";
    /*大箭头*/
    content: "\f107";
    /*小箭头*/
}

/*下拉二级后图标*/


.head-search {
    font-size: 14px !important
}

.head-search i {
    font-size: 15px
}

.head-user {
    min-width: 110px !important;
}

.head-user ul li a {
    font-size: 14px;
    line-height: 30px;
}

.head-user ul li a i {
    font-size: 18px;
    margin-right: 3px;
}

.side-logo {
    height: 60px;
    line-height: 60px
}

.side-logo img {
    max-height: 80%
}

.side-nav>ul {
    width: 100%;
    border-left: 1px solid #f2f2f2
}

.side-nav>ul>li a {
    color: #222;
    padding: 10px 0;
    display: inline-block;
}
/** 头部样式 **/


/** 搜索样式 **/
.search-input {
    padding: 15px;
}

.search-button {
    color: #fff;
    padding: 0 30px 0 25px;
    font-size: 16px;
    background: #2c63ff;
    border: 0;
    cursor: pointer;
    box-shadow: 0px 2px 10px -1px #2c63ff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.search-button i {
    font-weight: bold
}

.search-tags {
    margin-top: 30px
}

.search-tags li {
    display: inline-block;
    margin-right: 10px;
}
/** 搜索样式 **/

/** 幻灯片样式 **/


.uk-banner ul {
    border-radius: 4px;
    overflow: hidden;
}
/** 幻灯片样式 **/

/** 首页四格样式 **/
.uk-four-card h5 {
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 0 20px;
    line-height: 36px;
    box-shadow: none;
}

.uk-four-card .uk-overlay-primary {
    background: rgba(34, 34, 34, .8);
}
/** 首页四格样式 **/

/** 板块样式 **/
.box {
    padding: 20px;
}

.box .box-title {
    font-size: 1.2rem;
    padding-bottom: 15px;
}

.box .box-item {
    margin-bottom: 10px
}

.box .box-item p {
    font-size: 0.89rem;
    line-height: 1.21rem;
    min-height: 43px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}

.box .box-item p em {
    color: #fff;
    font-style: normal;
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 6px;
}

.box .box-item .box-item-cover {
    max-height: 70px
}

.btn {
    display: inline-block;
    /*padding: 4px 8px;*/
    background: #f9f9f9;
    color: #999;
    font-size: 12px;
    font-family: 'arial'
}

.btn i {
    margin-right: 3px;
}

.btn.green {
    background: #2c63ff;
    color: #fff;
}

.btn:hover {
    background: #2c63ff;
    color: #fff;
    box-shadow: 0 3px 10px -1px #2c63ff;
}

.btn-on {
    color: #fff;
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    box-shadow: 0 3px 10px -1px #2c63ff !important;
    border: 0;
}

.btn-on:hover {
    background: #1d48c3 !important;
}

.btn-grey {
    color: #888888 !important;
    background: #eeeeee !important;
    box-shadow: 0 3px 10px -1px #eeeeee !important;
    border: 0;
}

.btn-grey:hover {
    background: #fefefe !important;
}
/** 板块样式 **/


/** 快捷导航样式 **/
.fastlink-item {
    box-shadow: 8px 8px 12px #fafafa;
}

.fastlink-title {
    font-size: 15px;
    color: #383838;
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.fastlink-title i {
    color: #2c63ff;
    margin-right: 3px;
    font-weight: normal;
}

.fastlink-title span {
    color: #222;
    font-weight: normal;
    letter-spacing: 0
}

.fastlink-list {
    list-style: none;
    border-left: 1px solid #eee;
    margin: 15px 0 0;
}

.fastlink-list li:nth-child(1) a {
    color: #f00;
}

.fastlink-list li:nth-child(3) a {
    color: #2c63ff;
}

.fastlink-list li {
    position: relative;
}

.fastlink-list li a {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 8px 12px;
}

.fastlink-list li::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border: 1px solid #aac0ff;
    position: absolute;
    left: -4px;
    top: 7px;
    border-radius: 50%;
    margin: 7px 0;
    z-index: 90;
    transition: all .3s;
}

.fastlink-list li a:hover {
    color: #2c63ff;
}

.fastlink-tags {
    margin: 10px 0;
}

.fastlink-tags li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 3px
}

.fastlink-tags li:nth-child(3) a {
    color: #fff !important;
    background: #2c63ff !important;
    box-shadow: 0 3px 10px -1px #2c63ff !important;
    border: 0 !important;
}

.fastlink-img {
    max-height: 128px;
    overflow: hidden
}

.fastlink-img .cover {
    padding: 10px
}
/** 快捷导航样式 **/

/** 分类切换样式 **/
.switcher-title {
    padding-bottom: 20px;
}

.switcher-title a {
    color: #333;
    font-size: 18px;
    padding-bottom: 21px;
    transition: none;
}

.switcher-title a:hover {
    color: #000
}

.switcher-title .uk-active>a {
    position: relative;
    color: #2c63ff;
}

.switcher-title .uk-active>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    box-shadow: 0px 2px 10px -1px #2c63ff;
    border-radius: 3px;
}

/** 分类切换样式 **/

/** 卡片样式 **/
.card-item {
    transition: all .3s;
}

.card-item:hover {
    transform: translateY(-5px);
    -webkit-box-shadow: 0 34px 20px -24px rgba(136, 161, 206, 0.3);
    box-shadow: 0 34px 20px -24px rgba(136, 161, 206, 0.3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.card-item .title {
    font-size: 16px;
    height: 46px;overflow: hidden;
    margin: 15px 0;
    line-height: normal;
}

.card-item .title a {
    color: #262626;
}

.card-item h3 a:hover {
    color: #2c63ff
}

.card-item .cover {
    height: 160px;
    overflow: hidden;
}

.card-item .cover img {
height: 100%;
    width: 100%
}

.home-btn {
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    line-height: 46px;
    font-size: 16px;
    padding: 0 30px;
    box-shadow: 0 3px 10px -1px #2c63ff;
}

.home-btn:hover {
    color: #fff;
    background: #1d48c3;
}

.bbs-btn {
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    line-height: 46px;
    font-size: 16px;
    padding: 0 60px;
    box-shadow: 0 3px 10px -1px #2c63ff;
}

.bbs-btn:hover {
    color: #fff;
    background: #1d48c3;
}
/** 卡片样式 **/


/** 博客样式 **/
.blog-item-foot {
    color: #999
}

.blog-item-foot a {
    color: #999
}

.blog-item-foot a:hover {
    color: #000
}

.blog-item-foot span {
    margin-right: 15px
}

.blog-item-foot i {
    margin-right: 2px
}

.blog-item h3 a {
    color: #222
}

.blog-item:hover h3 a {
    color: #2c63ff
}

.blog-item .cover {
    max-height: 160px;
    max-width: 282px;
    overflow: hidden
}

.blog-item p i {
    margin-right: 5px;
}

.hot-tag a {
    font-size: 13px;
    padding: 4px 10px;
}

.hot-tag a:hover {
    border: 0
}

.sponsor {
    padding: 30px 0;
}
/** 博客样式 **/


/** 列表分类/子分类样式 **/
.cat-list ul {
    margin-bottom: 0;
    white-space: nowrap;
}

.cat-list ul li {
    list-style: none;
    display: inline-block;
    color: #888;
    text-align: center;
}

.cat-list ul li:first-child {
    margin-right: 20px
}

.cat-list ul li a {
    display: block;
    padding: 8px 20px;
    color: #666;
    font-size: 13px;
    transition: all 0s;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all .3s
}

.cat-list ul li a:hover {
    color: #fff;
    background: #2c63ff;
    box-shadow: -3px 2px 10px -2px #2c63ff;
}

.cat-list .current-cat a {
    background: #2c63ff;
    border-radius: 4px;
    box-shadow: -3px 2px 10px -2px #2c63ff;
}

.cat-list .current-cat a {
    color: #fff
}

.ajax-btn a {
    display: inline-block;
    background: #2c63ff;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    padding: 0 30px;
    box-shadow: 0 3px 10px -1px #2c63ff;
}

.ajax-btn a:hover {
    color: #fff;
    background: #1d48c3;
}

/** 列表分类/子分类样式 **/


/** 单页样式 **/
.page-menu ul li {
    padding: 20px 0;
    margin: 0 !important;
    border-bottom: 1px solid #eee;
    text-indent: 20px
}

.page-menu ul li:last-child {
    border: none
}

.page-menu ul li a {
    display: block;
    color: #888;
    font-size: 15px;
}

.page-menu .current-menu-item {
    background: #fafafa;
}

.page-menu .current-menu-item a {
    position: relative;
    font-weight: bold;
    color: #2c63ff !important
}

.page-menu .current-menu-item a::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background: #2c63ff;
    left: 0;
    box-shadow: 3px 0px 10px -1px #2c63ff;
    border-radius: 2px;
}

.page-main {
    font-size: 16px;
    color: #525252;
    line-height: 1.875;
    padding: 0 10px;
    word-wrap: break-word;
}

.page-main a {
    color: #222
}
/** 单页样式 **/


/** 返回顶部样式 **/
.gotop {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 30px;
    display: none;
    overflow: hidden;
}

.gotop a {
    padding: 10px 13px;
    background-color: #fff;
    transition: all .3s ease;
    color: #888;
    text-align: center;
}

.gotop a:hover {
    color: #fff;
    background: #2c63ff;
    box-shadow: -3px 2px 10px -2px #2c63ff;
    transform: translateY(-3px);
    border: 0
}

.gotop a:last-child {
    border: 0
}

.gotop i {
    font-size: 18px
}
/** 返回顶部样式 **/


/** 友情链接样式 **/
.link {
    padding: 15px;
    border: 1px dashed #444;
}

.link ul li {
    display: inline-block;
    color: #999;
}

.link a {
    color: #c8c8c8;
    margin-right: 10px;
}

.link a:hover {
    color: #fff;
}

/** 底部样式 **/
.foot-about {
    background: #2c63ff;
}

.foot-about-title {
    border-bottom: 1px solid #6f95ff
}

.foot-about-title em {
    font-style: normal
}

.foot-about-ewm {
    max-height: 120px
}

.foot-item .foot-item-title {
    border-bottom: 1px solid #333;
    font-size: 1.1rem;
    padding-bottom: 15px;
}

.foot-item ul {
    list-style: none;
}

.foot-item ul li {
    width: 50%;
    margin-top: 0 !important;
    margin-bottom: 10px;
    float: left;
}

.foot-item ul li a {
    color: #c8c8c8;
    font-size: 1rem;
}

.foot-item p {
    font-family: arial;
    color: #c8c8c8;
}

.qq-modal {
    width: 360px !important;
    border-radius: 10px;
}

.qq-modal-btn {
    padding: 10px 0;
    color: #fff !important
}

@media (max-width: 768px) {
    .uk-index-img-h {
        max-height: 220px;
        overflow: hidden;
    }

    .site-switcher-menu li {
        margin: 0 10px;
    }

    .single-warp,
    .cat-warp {
        max-width: 100%
    }

    .login-main {
        width: 100%
    }
}

::-webkit-scrollbar {
    width: 10px;
    height: 4px;
    background-color: #fff;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #b1b6c1;
    border-radius: 10px
}
/** 底部样式 **/

.uk-heading-bullet::before {
    border-left: calc(3px + .1em) solid #2c63ff;
    border-radius: 2px;
}

.uk-index-image-title {
    padding: 6px 0;
    font-size: 0.8rem;
    background: rgba(34, 34, 34, .8);
    color: rgba(255, 255, 255, .7);
    padding: 4px 10px;
}
.uk-index-right-news-list.m0{ margin: 0!important; padding: 0 0 0 10px!important; }
.uk-index-right-news-list.m0 li{ margin-top: 10px!important; }
.uk-index-right-news-list.m0 li a{height: 40px; overflow: hidden;}
.uk-two-line{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.uk-one-line{display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;}
.uk-img-auto{width:100%;height:100%;}
.uk-index-right-news-list li {
    font-size: 1rem;
    line-height: 1.6
}

.uk-index-right-news-list li i {
    color: #ccc;
}

.uk-index-right-news-list li a {
    font-size: 14px;
    color: #333;
}

.uk-index-right-news-list li a:hover {
    color: #2c63ff
}

.uk-index-right-news-list.fa-ul {
    margin-left: 1.5em;
}

.uk-index-right-news-list>*>ul, .uk-index-right-news-list>:nth-child(n+2) {
    margin-top: 0px!important;
}

.uk-jingxuan{ padding: 0 8px; }
.uk-jingxuan li:first-child a img{width: 290px;height: 160px;}
.uk-jingxuan li{ margin-bottom: 2rem; }
.uk-jingxuan li p{ font-size:0.8rem; margin: 0rem; color: #999;}
/*.uk-jingxuan li:after{ content:'';display: table; clear: both; }*/
.uk-jingxuan li a{ max-height: 60px; }
.uk-jingxuan li a.img{ width: 33.3%; float: left; }
.uk-jingxuan li .txt{ float: right; width: 60%}
.uk-jingxuan li .txt h6{ margin-bottom: .2rem; }
.uk-jingxuan li:first-child a{ max-height: 160px; }
.uk-jingxuan li:first-child a.img{ display: block; width: 100%; float: none; margin-bottom: 10px; }
.uk-jingxuan li:first-child .txt{ display: block; width: 100%; float: none;margin-left:0; }

.uk-nicenews{padding-left: 0}
.uk-nicenews li{ border-top: 1px dashed #ddd;  padding: 1rem 0;}
.uk-nicenews li:first-child{border-top:0;}
.uk-nicenews li p{ font-size:0.8rem; margin: 0rem; color: #999;}
.uk-nicenews li h6{ margin-bottom: .2rem; }


/**信息列表**/

.uk-news {
    margin: 0px !important;
    padding: 0px !important;
}

.uk-news-img {
    height: 180px;
    overflow: hidden;
    width: 100%;
}

.uk-news-img img {
    height: 100%;
    width: 100%
}

.uk-news>li {
    padding: 20px 15px;
}

.uk-news>li:hover {
    background-color: #fdfdfd;
    cursor: pointer;
}

.uk-news>li>div {
    z-index: 9
}

.uk-news>li {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 1;
    border-bottom: dashed 1px #eee;
}
/**信息列表**/

/**信息内容页**/
.uk-article-content {
    line-height: 2;
}

.uk-article-des {
    padding: 15px;
    margin: 25px 0;
    font-size: 15px;
    font-size: 0.825rem;
    line-height: 2;
    color: #999;
    background: #fbfbfb;
    border: 1px solid #efefef;
    border-radius: 3px;
}



.uk-article-meta span {
    margin-right: 4px;
}

article.uk-article pre {
    position: relative;
    padding: 30px 40px;
    background: #fbfbfb;
    font-family: RiPlus-Black;
    margin: 20px 0;
    border-radius: 3px;
    border: 1px solid #efefef;
    line-height: 2;
}

article.uk-article pre:before {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 16px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAABJUlEQVQ4y62UzVHDMBCFPxgX4BJcQkpIKgAqwKkguAJDBSQdmAooAXPhlINLcDowFSQHr0fPipTMJHozmlnJT6u3f35o//YIlkBt9hroOccb8AQMwAvwY/d8vAMfZh8JY/XoHdTiLPR4LpyOBFABpTz+FeF/mohLnJsE5OZ8irwJcJcmEvvekwCTgI1Etotwa7FjnJsEFIwNA2NjhaIvceVpSVR/gAx4lX1v2QA4iBjlDJKNX6DCZU+b+F/urMT+Fv6QeYIWtqZIQ9l4tgXzUSvkcT+TrWQyl7POH8N7sBG7MhGXOGuYj+E9yHET0hGfooXZW2yKUgkocamtrmRowJUtmYDJeYOrt6LA9c2sPBljt4cudRFbcTDnje1jf8cCN+qNfjgBbfA/pMbdZOcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC) no-repeat;
    content: ''
}

article.uk-article pre:after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 16px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAABJUlEQVQ4y62UzVHDMBCFPxgX4BJcQkpIKgAqwKkguAJDBSQdmAooAXPhlINLcDowFSQHr0fPipTMJHozmlnJT6u3f35o//YIlkBt9hroOccb8AQMwAvwY/d8vAMfZh8JY/XoHdTiLPR4LpyOBFABpTz+FeF/mohLnJsE5OZ8irwJcJcmEvvekwCTgI1Etotwa7FjnJsEFIwNA2NjhaIvceVpSVR/gAx4lX1v2QA4iBjlDJKNX6DCZU+b+F/urMT+Fv6QeYIWtqZIQ9l4tgXzUSvkcT+TrWQyl7POH8N7sBG7MhGXOGuYj+E9yHET0hGfooXZW2yKUgkocamtrmRowJUtmYDJeYOrt6LA9c2sPBljt4cudRFbcTDnje1jf8cCN+qNfjgBbfA/pMbdZOcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC) -16px 0 no-repeat;
    content: ''
}

article.uk-article pre p {
    margin: 0;
    padding: 10px;
    line-height: 2.5
}
.single-tags a {
    color: #999;
    font-size: 14px;
    margin: 0 6px;
}


/**信息内容页**/


/**分页样式**/
.page {
    padding: 40px 0 40px 0;
    text-align: center;
}

.page ul li {
    display: inline
}

.page ul li a {
    display: inline-block;
    background-color: #fff;
    border: 0 none;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 9px;
    text-decoration: none;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e3e3e3;
    padding: 0 12px;
    color: #333;margin-top: 5px;
}

.page.page ul li a:hover {
    border: 1px solid #333;
    background-color: #333;
    color: #FFF
}

.page ul li.active a {
    background-color: #333;
    border: 0 none;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    margin-left: 9px;
    display: inline-block;
    width: auto;
    height: 36px;
    line-height:36px;
    border: 1px solid #333
}

.page ul.pagination{ padding-left: 0!important }
@media screen and (max-width: 650px) {

.page li.pc-page{ display: none; }
}

/**分页样式**/


/**资源筛选**/

.filter-content {
    margin-top: -40px;
    display: block;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 34px 20px -24px rgba(0, 36, 100, 0.06);
    border: 1px solid #f3f3f3;
}

.filter-content li {
    transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.filter-content .form-box {
    padding-bottom: 0;
    padding: 20px;
}

.filters .filter-item {
    padding: 5px 0;
}

.filter-content .filter-item li a span {
    background-color: #eeeeee;
    padding: 0 2px;
    border-radius: 4px;
    color: #7b8695;
    border: 1px solid transparent;
    font-size: 12px;
}

.filter-content .filter-item span.child {
    color: #dedede;
}

.filter-content .filter-item ul.filter-tag li {
    border-radius: 4px;
}

.filter-content .filter-item ul.filter-tag li a {
    display: inline-block;
    margin-top: 0;
    border-bottom: 1px solid transparent;
    color: #808080;
    position: relative;
}

.filter-content .filter-item ul.filter-tag li.on,
.filter-content .filter-item ul.filter-tag li.on a {
    color: #fff;
    background-color: #333;
}

.filter-content .filter-item ul.filter-tag li:hover {
    background-color: #333;
}

.filter-content .filter-item ul.filter-tag li:hover a {
    color: #fff;
}

.filter-content .filter-item>.on {
    color: #1890ff
}

.filter-content .filter-item {
    margin-top: 10px
}

.filter-content .filter-tag {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-content .filter-tag li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 5px;
    padding: 2px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.filter-content .filter-tab {
    border-top: 1px solid #E9E9E9;
    padding-top: 13px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.filter-content .filter-tab span {
    margin-right: 10px;
    background-color: #eeeeee;
    padding: 2px 6px;
    border-radius: 4px;
    color: #7b8695;
    border: 1px solid transparent;
}

.filter-content .filter-tab a {
    display: inline-block;
    color: #808080;
    position: relative;
}

.filter-content .filter-tab .tab.on i {
    background: #ffffff;
}

.filter-content .filter-tab .tab.on i:before {
    display: inline-block;
    margin-top: 1px;
    color: #FF9800;
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: 5px;
    margin-left: 2px;
}

.filter-content .filter-tab li.on,
.filter-content .filter-tab li:hover {
    color: #fff;
    background: #333;
}

.filter-content .filter-tab li.on a,
.filter-content .filter-tab li:hover a {
    font-style: normal;
    color: #fff;
}

.filter-content .filter-tab li.rightss {
    float: right;
}
/**资源筛选**/

@media screen and (max-width: 650px) {

    #search_form {
        margin: 0;
    }
    .filter-content .filter-tag li{ margin-bottom: 5px; }

    .filter-content .filter-tab div.right li:first-child{ margin-left: 0; }
    .filter-content .filter-tab li.rightss{ float: none; }

}
/**登录样式**/



/**资源面包屑**/
.entry-meta,
.entry-meta a {
    color: #aaa;
    font-size: 12px;
}

.entry-meta .meta-category a+a {
    margin-left: 8px;
}

.entry-meta .meta-category .dot {
    border-radius: 50%;
    height: 6px;
    margin-right: 5px;
    width: 6px;
    background-color: #fd721f;
}

.entry-meta .meta-category a:nth-child(2) .dot {
    background-color: #4CAF50;
}

.entry-meta .meta-category a:nth-child(3) .dot {
    background-color: #2196F3;
}
/**资源面包屑**/


.dr_avatar img {
    max-width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, 0 0 0 12px #faf9f9; 
    margin: 20px 0;
}

.btn-primary {
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 53px;
    margin: 0;
    padding: 0 18px;
    text-align: center;
    color: #fff;
    transition: all .3s;
}

@media all and (min-width:960px) {

    /**幻灯片**/
    .uk-banner {
        width: 900px;
    }
    /**幻灯片**/

/**网站名**/
    .sitename {
        font-weight: bold;
        font-size: 1.8rem;
    }
/**网站名**/


    .uk-news-img {
        max-height: 130px;
        overflow: hidden;
    }
}


@media screen and (max-width: 650px){

    .uk-topic li{
        float: left;
        width: 100%;
        margin: 15px 0;
    }

}

 /*消息提醒*/
#newmsg {
    position: relative;
    top: -10px;
    right: 0;
    background: #ff911b;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    width: 20px;
    height: 25px;
    border-radius: 100px !important;
    animation: rotate .5s linear infinite;
    margin-top: -10px!important;
}

@keyframes shadow {

    0%,
    100% {
        transform: scaleX(0.5);
    }

    50% {
        transform: scaleX(0.5);
    }
}

@keyframes rotate {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(10px) scale(1.1, 0.9);
    }

    75% {
        ransform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}


.uk-right-img{ height: 96px!important }
.uk-book a{ height: 280px!important; }
.uk-book .uk-right-img{ height: 200px!important; }
@media screen and (max-width: 650px){

    .uk-book a{ height: 220px!important; }

}

#viewport .scroll-to-top{}
.icon-box,
.scroll-top {
    display: block;
    width: 60px;
    height: 60px
}

.bookad {
    margin-top: -10px;
    padding: 0 20px;
    overflow: hidden
}

.book_sns {
    padding-top: 20px
}

.booktitle h3 {
    font-weight: 700
}

.icon-box {
    background: url(../images/book.png) no-repeat
}

.scroll-top {
    background: url(../images/book.png) 0 -384px no-repeat
}

.side-left {
    margin-left: -675px
}

.side-right {
    margin-left: 535px;
}
.side-right li{cursor: pointer;}
.side-left,
.side-right {
    position: fixed;
    left: 50%;
    top: 220px;
    z-index: 99
}

.icon-box-appqr {
    background-position: -64px 0
}

.icon-box-bookshelf {
    background-position: 0 -64px
}

.icon-box-bookshelf2 {
    background-position: -448px -64px
}

.icon-box-setting {
    background-position: 0 -192px
}

.icon-box-prev {
    background-position: 0 -256px
}

.icon-box-next {
    background-position: 0 -320px
}

.icon-box-catalog {
    background-position: 0 -128px
}

.subscribe {
    margin-top: 48px;
    margin-bottom: 48px
}

.subscribe .title {
    font-size: 18px;
    color: #333;
    line-height: 100%;
    height: 18px;
    margin-bottom: 48px
}

.subscribe .title .ico {
    display: inline-block;
    height: 9px;
    width: 149px
}

.subscribe .title .left_ico {
    margin-right: 15px;
    background: url(../images/read.png) center no-repeat
}

.subscribe .title .right_ico {
    margin-left: 15px;
    background: url(../images/read2.png) center no-repeat
}

.badge-success {
    background-color: #40aae2 !important
}

.page-content-wrapper .page-content {
    margin-left: 0 !important
}

@media (max-width:768px) {

    .page-header-menu,
    .page-header-search {
        display: none !important
    }
}

.form-control-static.fc-price-color{ margin-top: 0!important }

.col-md-9.fc-form-submit{ padding: 0!important }


@media (max-width:768px) {
	.search-input,.uk-padding-small{padding: 5px;}
	.search-button{padding-right: 13px;}
}